|
|
|
|
MinHeight Property, ItemClass Class |
Defines the minimum height of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MinHeight As Integer |
C# |
public int MinHeight { get; set; } |
C++ |
public: property int MinHeight { |
Property Value
The minimum height of this item. If 0 is specified, no minimum height is defined.
The default value is 0.
Comments
The MinHeight property defines the minimum height of this item.
If an item is smaller than the defined minimum height, it is extended and uses the defined minimum height.
The Dimensions.ItemMinHeight property can be used to define the minimum height for all items.